ExtendedPropertyId(Int32, Byte, PropertyType) Constructor

Initializes a new instance of the ExtendedPropertyId class.

Definition

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public ExtendedPropertyId(
	int id,
	byte[] guid,
	PropertyType type
)

Parameters

id  Int32
The identifier.
guid  Byte
The unique identifier.
type  PropertyType
The type.

See Also